home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / lattice / duftp.lzh / DUFTP / LOCAL_FS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-07  |  151 b   |  13 lines

  1. /*
  2.     DUFTP
  3. */
  4.  
  5. // Local Filesystem Handling (HEADER)
  6.  
  7. #ifndef _LOCAL_FS_H_
  8. #define _LOCAL_FS_H_
  9.  
  10. extern void get_local_files(void);
  11.  
  12. #endif
  13.